home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / wdj0796.zip / RAJA.ZIP / GENERIC.DEF < prev    next >
Text File  |  1996-03-08  |  353b  |  14 lines

  1. ; generic.def : Declares the module parameters for the application.
  2.  
  3. NAME         GENERIC
  4. DESCRIPTION  'GENERIC Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.